Skip to main content

VMWare Fusion 10 Mount Shared Folder

The shared folder feature in VMware Fusion 10 for MacOS doesn’t function properly, as the shared folder doesn’t appear in the guest system, particularly in Linux systems.

sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
  • or add an entry in the /etc/fstab
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0